home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / ircii-2.8he / ircii-2 / help / ON / INPUT < prev    next >
Encoding:
Text File  |  1993-05-04  |  934 b   |  23 lines

  1. Usage: ON [#|+|-|^|&|@]INPUT [-|^]<parameters> [action]
  2.   This is activated whenever you send a line of input to either
  3.   a channel or a query user.  This means that if you type in a
  4.   message and hit return, ON INPUT can be activated.
  5.   ON INPUT can catch and process any input line.
  6.  
  7. Note: The fact that you can capture any line and suppress further
  8.   normal processing means you can completely disable the client
  9.   by accident or on purpose.  Don't use this function if you don't
  10.   know exactly what you are trying to do.
  11.   Parameters are:
  12.     $0    Text of line
  13.   If you use ^ to suppress the processing of the line, you can 
  14.   do your own pre-processing and send the line back to the client 
  15.   with a call to SENDLINE.
  16.   Note $[1]0 is the first character of the first word of the line.
  17.   Also, the $T var can show you who or what you're talking to at
  18.   any given moment.
  19.  
  20. See Also:
  21.   SET INPUT_PROTECTION
  22.   ALIAS special
  23.